home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
HUGHES
/
SLIPDRIV
/
ChangeLog
< prev
next >
Wrap
Text File
|
1996-10-29
|
3KB
|
158 lines
Version 2.04
* Compress.c
Fix problems with macros and multiple evaluation of side effects.
Version 2.03
* DCI.c
Modified for new style callback library.
* *
Now built using Makatic with a MemCheck build as well as the normal
and debug builds.
Version 2.02
* Modified module header to allow for longer argument lists that
can occurr if lots of options are selected at once.
Version 2.01
* Serial.s
Tweaks for StrongARM compatability. Hopefully it will work now...
* Command.c
Switch to set the MTU should be [+|-]m not [+|-]mtu...
* DCI.[ch]
Keep the unit table as an array of pointers so that the dib's
stay in the same place when we resize the table.
* Header.cmhg
Changed version to 2.01.
Version 2.00
* Header.cmhg
* SLIPdriver.c
* Command.[ch]
Add an sldetach command to delete an interface unit.
* Header.cmhg
* Command.[ch]
* DCI.[ch]
Add support for setting the MTU on a per interface basis as part
of the slattach command.
* Messages
* Header.cmhg
* SLIPdriver.[ch]
* Error.[sh]
* DCI.[ch]
* SLIP.[ch]
Move to DCI-4 style interface to protocol stacks.
* Header.cmhg
Changed version to 2.00.
Version 1.00
* DCI.c
Don't try and free the compression status table on exit if it
hasn't been allocated.
* Header.cmhg
Changed version to 1.00.
Version 0.16
* DCI.c
Correct minor bug in the way illegal serial speeds are handled.
* SLIPdriver.c
Remove serial buffering functionality as it doesn't work (and
can't work as part of the SLIP driver).
* DCI.c
If the user supplied serial speed is zero, don't try and set the
speed at all.
* Header.cmhg
Changed version to 0.16.
Version 0.15
* SLIPdriver.c
Only respond to a search for a network driver if we are not currently
linked to a protocol.
* Header.cmhg
Set the GSTrans bits for all the *commands so that people can use
variables as parameters.
* SLIPdriver.c
* Header.cmhg
Added code to install larger serial buffers if they are requested
on the command line when start the driver.
* Header.cmhg
Changed version to 0.15.
Version 0.14
* SLIPdriver.[cs]
Modified the TickerV entry point to reduce the amount of time that
interrupts are disabled for.
* Header.cmhg
Changed version to 0.14.
Version 0.13
* Serial.[hs]
* DCI.c
Use block reads instead of reading each byte individually.
* Serial.s
Allocate the driver block using mem_alloc so that freeing it with
mem_free works...
* DCI.[ch]
* SLIPdriver.c
* Header.cmhg
Hook onto TickerV and use that to poll the serial device(s) rather
than setting OS_CallAfter timers.
* Header.cmhg
Changed version to 0.13.
Version 0.12
* Command.c
Decode extra slattach arguments to control compression and flow
control.
* Compress.[ch]
* DCI.[ch]
Handle compression and decompression of SLIP frames.
* Header.cmhg
Changed version to 0.12 and added extra switches to slattach syntax.
Version 0.11
* Header.cmhg
Changed version to 0.11.
* SLIPdriver.c
Release all memory on exit.
Version 0.10
* Header.cmhg
Changed version to 0.10 for first properly numbered version.
* DCI.c
Use the new style generic queue code.